home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 25
/
Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso
/
Aminet
/
disk
/
misc
/
xfs.lha
/
xfs
/
Devs
/
DOSDrivers
/
FD1
< prev
next >
Wrap
Text File
|
1998-02-12
|
863b
|
30 lines
/* $VER: FD1 1.1 (12.2.98)
*
* X file system entry
*
* This mount file enables reading and writing of disks
* on the floppy drive normally referred to as DF1:.
* FD0 does the same for DF0. By creating new versions of this
* file and changing the Unit line to use other numbers, you
* can make the X file system available on other devices. For
* example, changing the value of Unit to 2 would create a
* mount file for accessing floppies on DF2.
*/
FileSystem = L:xfsd
Device = fd.device
Unit = 1
Flags = 0xFF000000 /* mounts all volumes on wb, see mount.xfsd */
Surfaces = 2
BlocksPerTrack = 11
Reserved = 0
Interleave = 0
LowCyl = 0
HighCyl = 79
Buffers = 15
BufMemType = 1
StackSize = 16000
Priority = 8
GlobVec = -1
DosType = 0x58465344 /* 'XFSD' */